home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO ASSEMBLER / TSM_INST.TXT < prev    next >
Text File  |  1996-01-09  |  24KB  |  624 lines

  1. /*************************************************************************/
  2.                            TSM_INST.TXT
  3.                         TURBO ASSEMBLER 4.0
  4.  
  5. This file contains details on how to install the TASM 4.0 package.
  6.  
  7. --------------------------------------------------------------------
  8.                         TABLE OF CONTENTS
  9.  
  10. SECTION 1     System Requirements  -   Full Installation
  11.  
  12. SECTION 2     Installing TASM 4.0
  13.               A)   Pre-Installation Notes
  14.                    1)   Backup Disks
  15.                    2)   Disk Compressions
  16.                    4)   Network Installation
  17.               B)   Installation Instructions
  18.               C)   After Installation
  19.  
  20. SECTION 3     Minimum and Selected Installation Options
  21.  
  22. SECTION 4     Win32s Install Issues
  23.               A)   Explanation of Win32s
  24.               B)   Adding Win32s To Your System
  25.               C)   Removing Win32s From Your System
  26.  
  27. SECTION 5     Troubleshooting - Install Issues
  28.               A)   Data Integrity or Bad Section Errors
  29.               B)   Disk Full or Insufficient Disk Space
  30.                    Errors
  31.               C)   GP Fault or Unhandled Exception Errors
  32.             
  33. SECTION 6     Troubleshooting - Run Time Problems
  34.               A)   Out of Memory Errors
  35.               B)   GP Fault or Unhandled Exception Errors
  36.               C)   Turbo Debugger for Windows
  37.         
  38. SECTION 7     Icons in the TASM Group Window
  39.               A)   Creating a Program Group Window for TASM
  40.               B)   List of Icons and Executable Files
  41.  
  42. SECTION 8     Using TASM from Windows
  43.  
  44. SECTION 9     How to Get A Technical Information Document
  45.               A)   From TechFax
  46.               B)   From Bulletin Boards
  47.  
  48. SECTION 10    Boot Clean
  49. --------------------------------------------------------------------
  50.  
  51. SEARCH INSTRUCTIONS:  To go directly to a specific
  52. section, use your editor's search utility and search on
  53. "SECTION -#-" replacing the # with the appropriate section
  54. number.
  55.  
  56.  
  57. SECTION -1-  SYSTEM REQUIREMENTS
  58. ================================
  59. Before installing TASM please review the minimum
  60. system requirements listed below:
  61.  
  62. Full Installation (both 16- and 32-bit installation):
  63.    8 MB system memory  (req. to run Win32)
  64.    Intel 386 or higher
  65.    DOS 4.01 or later
  66.    Windows 3.1 or later
  67.    Win32s (included in TASM 4.0)
  68.    Approximately 10 MB hard disk space
  69.    3.5" High Density Disk Drive or CD ROM Drive
  70.  
  71. NOTE: On a compressed hard disk the installation process
  72. might need additional hard disk space. If you are using
  73. a disk compression utility, refer to Section 2, part A.
  74.  
  75.  
  76. SECTION -2-  INSTALLING TASM 4.0
  77. ================================
  78.  
  79. A) Pre-Installation Notes
  80. -------------------------
  81. 1) Backup Disks
  82.    If you wish to make backup copies of your original disks
  83.    use the DOS DISKCOPY command. You must use the same disk
  84.    size and media (density) when you make your backup set of
  85.    disks. Attempting to copy from 3.5" to 5.25" will cause
  86.    the install program to fail. If you have a bad disk
  87.    contact Borland's Disk Replacement line at (800) 621-3132.
  88.  
  89. 2) Disk Compression
  90.    If you are using a disk compression utility (such as
  91.    Stacker[tm], DoubleSpace[tm], XtraDrive[tm],
  92.    SuperStor[tm], etc.) the estimated available hard disk
  93.    space reported might not be sufficient to install the
  94.    product. During installation, TASM 4.0 copies compressed
  95.    files onto your hard disk. Disk compression utilities
  96.    report available hard disk space assuming that the files
  97.    copied onto the disk can be compressed. Since the files
  98.    that are copied by the installation program are already
  99.    compressed, the disk compression utility cannot compress
  100.    them any further. To solve this, you might need to free
  101.    additional hard disk space for the installation.
  102.  
  103. 3) Network Installation
  104.    If you are installing TASM 4.0 on a network, you may wish
  105.    to consult Technical Information Document number 1738. For
  106.    information on how to receive this document, refer to
  107.    Section 10.
  108.  
  109.  
  110. B) Installation Instructions:
  111. -----------------------------
  112. 1. Boot Clean
  113.    It is highly recommended that you boot clean before
  114.    installing TASM 4.0. Booting your system with a clean
  115.    configuration will eliminate any potential software
  116.    conflicts that might arise during installation. Refer to
  117.    Section 10 for instructions on how to boot clean.
  118.  
  119. 2. Insert the TASM 4.0 installation disk into drive A or B.
  120.  
  121. 3. From the DOS prompt type A:INSTALL (or B:INSTALL)
  122.    and press <ENTER>. Do not install from a Windows DOS prompt.
  123.  
  124. 4. Select installation options from the install menu. See
  125.    Section 3 for more details on the installation instructions.
  126.  
  127. 5. Choose START INSTALLATION to begin installation. If problems
  128.    occur during installation, note any error messages and refer to
  129.    Section 5.
  130.  
  131.  
  132. C) After Installation:
  133. ----------------------
  134. 1. After the install has completed, the README file appears.
  135.    The README file contains important information about
  136.    configuring and using TASM 4.0, including late changes
  137.    which might have occurred after the manuals were printed.
  138.  
  139. 2. The option to install Win32s extensions to Windows 3.1
  140.    is provided by Microsoft for 32-bit applications. Refer
  141.    to Section 4 for more information.
  142.  
  143. 3. Modify your CONFIG.SYS so that files and buffers are set
  144.    to at least 40. For example:
  145.  
  146.     FILES=40
  147.     BUFFERS=40
  148.  
  149.    Also modify your AUTOEXEC.BAT file by adding to your path
  150.    statement the TASM 4.0 bin directory. For example:
  151.  
  152.     PATH C:\TASM\BIN;C:\;C:\DOS;C:\WINDOWS
  153.  
  154.  
  155. SECTION -3-  MINIMUM AND SELECTIVE INSTALLATION OPTIONS
  156. =======================================================
  157. This section outlines the minimum and selective install
  158. options available for TASM 4.0.
  159.  
  160. There are some files that are common to more than one option.
  161. For example, MAKE.EXE will be installed if either the 16-bit or
  162. the 32-bit command line tools are installed. { Common to 16-bit
  163. and 32-bit tools is [2360K] of files ; Common to the TDWIN and
  164. TDWIN32 options is [504K] of files } Those common files are
  165. included in all the following estimates.
  166.  
  167. 16-bit command line tools        [3085K]
  168.     Install the 16-bit tools (TASM, TLINK).
  169.     (Minimum installation option)
  170.  
  171. 32-bit command line tools        [3163K]
  172.     Install the 32-bit tools (TASM32, TLINK32).
  173.  
  174. Turbo Debugger for DOS           [1041K]
  175.     Install Turbo Debugger for DOS.
  176.     (Minimum installation option)
  177.  
  178. Turbo Debugger for Windows       [1533K]
  179.     Install Turbo Debugger for Windows and associated Debugger
  180.     tools (TDWINI setup, wremote).
  181.  
  182. Turbo Debugger for Win32         [1502K]
  183.     Install Turbo Debugger for Win32 programs.
  184.  
  185. Examples                         [580K]
  186.     Install Borland TASM examples.
  187.  
  188. Documentation Files              [6K]
  189.     Install documentation files.
  190.  
  191.  
  192. SECTION -4-  WIN32s INSTALL ISSUES
  193. ==================================
  194.  
  195. A) An Explanation of Win32s
  196. ---------------------------
  197. Win32s is a subset of Windows NT. It lets 32-bit
  198. programs run under Windows 3.1 (16-bit) by simulating a
  199. 32-bit operating system. If you are using Windows 3.1,
  200. these extensions (provided by Microsoft) are required to
  201. run 32-bit applications such as the 32-bit Turbo Debugger.
  202. Note that you need a minimum of 8 MB of RAM memory to run
  203. Win32s. If you plan to create 32-bit applications, you must
  204. install these extensions. If you are unsure, and you have
  205. 8 MB of memory, install Win32s. The Win32s extensions don't
  206. affect the normal operation of Windows 3.1.
  207.  
  208.  
  209. B) Adding Win32s to your system
  210. -------------------------------
  211. Once you have installed TASM 4.0 on your system, insert
  212. disk 4 in your A: (or B:) drive. Run Windows and then choose
  213. File/Run/a:setup (or b:setup).
  214.  
  215.  
  216. C) Removing Win32s from your system
  217. -----------------------------------
  218. To remove Win32s from your system refer to Section 2
  219. "Outdated versions of Win32s" in the README.TXT file.
  220.  
  221.  
  222. SECTION -5-  TROUBLESHOOTING - INSTALL PROBLEMS
  223. ===============================================
  224. This section explains a few common errors encountered during
  225. installation. System configuration and software conflicts
  226. might cause the installation process to fail. If the
  227. installation fails, follow the instructions in Section 10
  228. on how to boot clean. This will eliminate any possible
  229. software conflicts. If booting clean doesn't solve the
  230. problem, or you encounter a problem not mentioned here,
  231. contact Borland Technical Support.
  232.  
  233. With any of the following installation errors there are
  234. several common steps that can be taken to enable the
  235. installation to complete.
  236.  
  237.    - Make sure your system meets the minimum requirements.
  238.      Refer to Section 1 for a list of the minimum
  239.      installation requirements.
  240.  
  241.    - Boot your system with a clean configuration. Refer to
  242.      Section 10 for instructions on how to boot clean.
  243.  
  244.    - Install the product from your local hard drive. Sometimes
  245.      a timing error between the hard drive and a disk drive will
  246.      generate an error from the TASM install. Installing from
  247.      the hard drive can solve this problem. (Especially in
  248.      conjunction with a clean boot)
  249.  
  250.      1) Copy the contents of all the diskettes to a temporary
  251.         directory on your hard drive. The following is an example
  252.         of the command:
  253.  
  254.         COPY *.* c:\temp
  255.  
  256.         If you should get an error during the copying process see
  257.         below for information on how to get a replacement disk set.
  258.  
  259.      2) Change directories to the temp directory and then type
  260.         install. For example:
  261.  
  262.     CD c:\temp
  263.     INSTALL
  264.  
  265.  
  266. A) Data Integrity or Bad Sector on Disk Errors
  267. ----------------------------------------------
  268. If you receive either one of these error messages, you
  269. need to get a replacement disk set. Contact Borland's
  270. Disk Replacement Line at (800-621-3132).
  271.  
  272.  
  273. B) Disk Full or Insufficient Disk Space Errors
  274. ----------------------------------------------
  275. You could also get this error if there is insufficient
  276. hard disk space available to install TASM 4.0.
  277.  
  278.    - If you are using disk compression read Section -2-
  279.      part A) on reported available disk space when using
  280.      disk compression.
  281.  
  282.  
  283. C) GP Fault/Unhandled Exception
  284. -------------------------------
  285. GP Fault or Unhandled Exception errors can occur for a
  286. variety of reasons. Possible reasons for these errors are
  287. explained in Technical Information Document number 649.
  288. Refer to Section 9 for instructions on how to obtain
  289. this document.
  290.  
  291.    - Turn off Disk Caching and Video/Shadow RAM in CMOS.
  292.      Refer to the documentation for your computer.
  293.  
  294.  
  295. SECTION -6-  TROUBLESHOOTING - RUN TIME PROBLEMS
  296. ================================================
  297. This section describes common errors encountered when
  298. trying to use tools included in TASM 4.0. System configuration
  299. and software conflicts might cause one of the tools to fail.
  300. If a tool fails, you should boot your system clean to eliminate
  301. any possible software conflicts. Refer to Section 10 for
  302. instructions on how to boot clean. If booting clean does not
  303. solve the problem or you encounter a problem not mentioned here,
  304. contact Borland Technical Support.
  305.  
  306.  
  307. A) Out of Memory
  308. ----------------
  309. If you are using command-line tools and are getting
  310. "Out of Memory" errors you might have exhausted your
  311. extended (or XMS) memory pool. This is especially true if
  312. you only have 2MB available extended RAM and do not have
  313. a memory manager that provides virtual memory. If you are
  314. experiencing this, please consult the TASM readme file that
  315. can be found in the TASM directory, under the section General,
  316. Out of Memory. This information can also be found in the
  317. Technical Information Document number 1737. For information
  318. on how to receive this document, refer to Section 9.
  319.  
  320.  
  321. B) GP Fault/Unhandled Exception/System Hang
  322. -------------------------------------------
  323. GP Fault or Unhandled Exception errors can occur for a
  324. variety of reasons including: not enough memory
  325. available, not enough hard disk space available,
  326. conflicts with optimizations set in the CMOS, and
  327. software conflicts. Technical Information Document
  328. numbers 649 and 1328 address these issues. Refer to
  329. Section 9 for information on how to obtain these files.
  330.  
  331.  
  332. C) Turbo Debugger for Windows
  333. -----------------------------
  334. If you experience any strange behavior from the Turbo
  335. Debugger, such as a garbled screen or a system hang upon
  336. execution or exit:
  337.  
  338.    1)  Make sure that you have the latest Windows drivers
  339.        for your video card.
  340.  
  341.    2)  Run TDWINI and test a different DLL to resolve a
  342.        possible compatibility problem with your specific
  343.        card.
  344.  
  345.    3)  Check README.TXT for additional information.
  346.  
  347.    4)  If you are still experiencing difficulties your
  348.        problem might not be related to the video mode. At
  349.        this point contact Borland Technical Support via
  350.        phone or online help. Refer to Section 10 for more
  351.        information about online options and procedures.
  352.  
  353.  
  354. SECTION -7-  ICONS IN THE TASM GROUP WINDOW
  355. ===========================================
  356.  
  357. A) Creating a Program Group Window for TASM 4.0.
  358. ------------------------------------------------
  359. If the Borland C++ Program Group Window didn't appear
  360. after installation you can create one by choosing one of
  361. the following options:
  362.  
  363.    - Generate icons by running the groups.exe:
  364.      From within Windows, choose File|Run, and type:
  365.  
  366.        c:\windows\groups.exe groups.b$$
  367.  
  368.      If nothing appears to happen, it is possible that the
  369.      data file (groups.b$$) was not created properly.
  370.  
  371.    - Manually creating the icons. Load Windows, choose
  372.      File|New|Program Group, and click on OK. Type the
  373.      name you want for the program group window in the
  374.      "Description:" text box, such as Borland TASM 4.0. Leave
  375.      "Group File" line blank. Click OK. A new Window appears.
  376.      Choose File|New|Program Item to create icons for the
  377.      Windows programs and click OK. Select one of the
  378.      Windows executable programs to create an icon for, such
  379.      as TDW.EXE (you can also use the Browse button). Type
  380.      the name of that executable program in the Description
  381.      text box. Type the full path name to the executable in
  382.      the Command Line text box. Typing a path name for the
  383.      working directory is optional. The default is the
  384.      WINDOWS directory. Click OK. The icon appears in
  385.      the active program group window. Repeat these steps
  386.      for executable program you want to use.
  387.  
  388.  
  389. B) List of Icons and Executable Files
  390. -------------------------------------
  391. The following table contains a list of executable files that
  392. each icon calls, as well as the name of the icon for that
  393. executable, if there is one:
  394.  
  395.     TASM.HLP=F:\TASM\BIN, Tasm Reference, HELP.ICO
  396.     TDW.EXE=F:\TASM\BIN, Turbo Debugger for Windows, TDW.ICO
  397.     TDWINST.EXE=F:\TASM\BIN, TDW Configuration, TDWINST.ICO
  398.     WREMOTE.EXE=F:\TASM\BIN, Remote Debugging
  399.     WRSETUP.EXE=F:\TASM\BIN, Remote Setup
  400.     TD.PIF=F:\TASM\BIN, Turbo Debugger for DOS, TDDOS.ICO
  401.     TDINST.EXE=F:\TASM\BIN, TD Configuration, TDOSINST.ICO
  402.     TD32.EXE=F:\TASM\BIN, Turbo Debugger for Win32, TD32.ICO
  403.     TD32INST.EXE=F:\TASM\BIN, TD32 Configuration, TD32INST.ICO
  404.     TDWINI.EXE=F:\TASM\BIN, TD Video Configuration
  405.  
  406.  
  407. SECTION -8-  USING TASM FROM WINDOWS
  408. ====================================
  409. The TASM installation creates a TASM 4.0 group in the Windows
  410. Program Manager. However, the installation program does not
  411. create Windows PIF files to run any of the command line tools.
  412.  
  413. TASM.EXE and all other 16-bit executable tools can be run through
  414. a regular Windows DOS box.
  415.  
  416. To run TASM32 from a Windows DOS box, you need to use an icon
  417. created with a PIF file. You can use the PIF file B32TOOLS.PIF
  418. (located in the TASM\BIN directory) to run the 32-bit tools
  419. from a Windows DOS box. This PIF file references COMMAND.COM.
  420. When you double click the icon, a DOS box activates, and you
  421. can run TASM32.EXE and TLINK32.EXE from it.
  422.  
  423.  
  424. SECTION -9-  HOW TO GET A TECHNICAL INFORMATION DOCUMENT
  425. ========================================================
  426. Technical Information Documents contain tips, techniques,
  427. and enhanced information on using Borland development tools,
  428. and information on commonly asked programming questions.
  429. Such documents often include programming examples. These
  430. documents can be accessed via modem or fax. Technical
  431. files which contain binary modules, such as patches for
  432. released Borland products, are normally available only from
  433. those services that can be accessed by modem. Documents can
  434. be accessed from the following sources:
  435.  
  436.  
  437. A) Fax the document from Borland's TechFax Service
  438. --------------------------------------------------
  439. Call (800) 822-4269 from a touch-tone phone. When
  440. prompted, enter your FAX number, then enter the document
  441. number you want to receive. The document will be faxed to
  442. you shortly.
  443.  
  444. Here is a list of common Technical Information Documents:
  445.  
  446.       * 3       General Catalog of All Documents Available
  447.       * 649     General Protection Faults
  448.       * 1171    Problem Report Form
  449.       * 1010    Installing and Configuring BC++
  450.       * 806     Network Installations
  451.       * 738     Memory Corruption
  452.       * 1561    Clean Boot
  453.  
  454.  
  455. B) Download the document from
  456. -----------------------------
  457.    -The Borland Download Bulletin Board Service (DLBBS)
  458.     (408) 431-5096, protocol 8N1
  459.    -The Borland Automated Online Service (OAS)
  460.     (408) 431-5250, protocol 8N1
  461.    -The Borland-supported FTP site on Internet
  462.     ftp.cica.indiana.edu, IP address [129.79.20.27]
  463.    -Borland-supported forums on CompuServe, Genie, BIX.
  464.     For CIS type:
  465.        go BCPPWIN
  466.              or
  467.        go BCPPDOS
  468.     and choose library 2
  469.  
  470.     For BIX type: join Borland
  471.  
  472.     For GENIE type: Borland
  473.  
  474.    Below are steps to download a Technical Information
  475.    Document from the Borland DLBBS.
  476.  
  477.    For proper display, your communication software should
  478.    provide ANSI terminal support. Most packages provide
  479.    VT-100 terminal emulation, which is fine for the DLBBS.
  480.    If you're using a Windows based package, select a screen
  481.    font (such as: Terminal) that includes extended ASCII
  482.    characters.
  483.  
  484.    Once connected, you'll be prompted to enter your first
  485.    and last name and a password. If you haven't used the
  486.    service before, you'll be asked to verify your name and
  487.    then answer a few questions. The menu-driven system
  488.    guides you through the various product and file
  489.    areas. You'll always receive a list of options when you
  490.    are prompted to make any choice.
  491.  
  492.  
  493.    MANEUVERING THE MAIN MENU
  494.    - - - - - - - - - - - - -
  495.    First join the C++ Conference. The Main Menu shows the
  496.    product whose files you can access. At the Main menu,
  497.    type "F" to select the Files menu.
  498.  
  499.  
  500.    DOWNLOADING FILES
  501.    - - - - - - - - -
  502.    Once you know the name of the file you want to download,
  503.    type "D" for download at the File menu. When prompted,
  504.    type the full name of the file or files. All Technical
  505.    Information Documents have the form "TI#.ZIP". Replace
  506.    the # with the appropriate document number. For example,
  507.    to download Technical Information Document number 649,
  508.    the full name of the file is TI649.ZIP. If you do not
  509.    know the protocol or download keys to press, refer to
  510.    your telecommunications manual.
  511.  
  512.  
  513.    WORKING WITH DOWNLOADED FILES
  514.    - - - - - - - - - - - - - - -
  515.    Most of the files on the Download BBS are stored and
  516.    transferred in an archived (compressed) format and need
  517.    to be unarchived before they can be used. If you don't
  518.    have the unarchiving utility PKUNZIP v.204G or newer,
  519.    download PKZ204G.EXE from the DLBBS and execute it.
  520.    You'll receive PKUNZIP and PKZIP utilities. To unarchive
  521.    the file, type the name of an unarchive utility
  522.    (UNPACK, UNZIP or PKUNZIP) and then the name of the
  523.    archived file. For example:
  524.  
  525.     PKUNZIP TI649.ZIP
  526.  
  527.  
  528. SECTION -10-  BOOT CLEAN
  529. ========================
  530. This section describes the process of "booting clean" on
  531. IBM PC's and compatible computers with DOS and/or windows.
  532. This document assumes you have MS-DOS version 5.00 or higher.
  533. "Booting Clean" is the process of booting without loading
  534. device drivers and TSRs. Device drivers such as mouse
  535. drivers, network drivers, TSRs, etc. can cause memory
  536. conflicts.
  537.  
  538. These device drivers and TSRs are usually loaded in two
  539. files (AUTOEXEC.BAT and CONFIG.SYS typically located on
  540. the root directory of your hard disk). The safest
  541. method of booting clean is to create a "bootable" floppy
  542. disk in drive A:. See the "Making a Boot Disk" section
  543. below.
  544.  
  545. If you are using a program that runs under Microsoft
  546. Windows, then you might need to make changes to some Windows
  547. configuration files in order to ensure a "clean system
  548. configuration" under Windows. The two files you will need
  549. to examine are WIN.INI and SYSTEM.INI. These files are
  550. located in the WINDOWS subdirectory on your hard disk. The
  551. changes that you will need to make to these files (if any)
  552. are outlined below.
  553.  
  554.  
  555. Making a Boot Disk
  556. - - - - - - - - - -
  557. In order to make a bootable floppy disk, follow the
  558. instructions below. NOTE: These instructions assume that
  559. your hard disk is C: and your DOS and WINDOWS subdirectories
  560. appear on this disk. (Most cases):
  561.  
  562.      1) Place a blank disk in drive A:
  563.      2) type  format a: /s (format the disk)
  564.  
  565. At this point you now have a bootable floppy disk. Using
  566. EDIT, ensure your AUTOEXEC.BAT and CONFIG.SYS look like
  567. one of the configuration choices below.
  568.  
  569. Your "clean" system configuration should be exactly like
  570. one of the choices below except replace "<Insert REQUIRED
  571. drivers here>" with any required drivers. The ONLY
  572. required drivers are, for example, disk compression and/or
  573. hard disk access drivers. This does not include mouse
  574. drivers and disk caching utilities such as SmartDrive.
  575.  
  576.  
  577. Clean Configuration DOS 5.0 and DOS 6.x running Windows
  578. -------------------------------------------------------
  579.    1) Insert your "bootable floppy" in drive A.
  580.    2) Type "EDIT A:\CONFIG.SYS"
  581.    3) Type in the following:
  582.  
  583.           <Insert REQUIRED drivers here>
  584.           DEVICE=C:\DOS\HIMEM.SYS
  585.           FILES=40
  586.           BUFFERS=40
  587.  
  588.    4) Exit the editor (Alt-F, then X, then Y).
  589.    5) Type "EDIT A:\AUTOEXEC.BAT"
  590.    6) Type in the following:
  591.  
  592.           <Insert REQUIRED drivers here>
  593.           PATH=C:\WINDOWS;C:\DOS;C:\BC4\BIN
  594.           PROMPT $P$G
  595.  
  596.    7) Exit the editor (Alt-F, then X, then Y).
  597.    8) Type "CD \WINDOWS:
  598.    9) Type "COPY WIN.INI WIN.BAK"
  599.   10) Type "COPY SYSTEM.INI SYSTEM.BAK"
  600.   11) Type "EDIT WIN.INI"
  601.   12) Make sure that the "load=" and "run=" lines in your
  602.       WIN.INI file match the following lines:
  603.  
  604.           [windows]
  605.           spooler=yes
  606.           load=
  607.           run=
  608.           Beep=yes
  609.  
  610.   13) Exit the editor (Alt-F, then X, then Y).
  611.   14) Type "EDIT system.ini"
  612.   15) Ensure that your "shell=" line in your SYSTEM.INI file
  613.        matches the following:
  614.  
  615.           [boot]
  616.           shell=progman.exe
  617.  
  618.   16) Exit the editor (Alt-F, then X, then Y).
  619.   17) Make sure your "Bootable floppy" is in drive A: and
  620.       reboot your computer.
  621.  
  622. /**************************** END OF FILE ********************************/
  623.  
  624.